翻訳と辞書
Words near each other
・ IEC 60309
・ IEC 60320
・ IEC 60364
・ IEC 60446
・ IEC 60601
・ IEC 60870
・ IEC 60870-5
・ IEC 60870-6
・ IEC 60906-1
・ IEC 60929
・ IEC 60958
・ IEC 61030
・ IEC 61108
・ IEC 61131
・ IEC 61131-1
IEC 61131-3
・ IEC 61162
・ IEC 61334
・ IEC 61346
・ IEC 61355
・ IEC 61400
・ IEC 61400-25
・ IEC 61439 standard
・ IEC 61499
・ IEC 61508
・ IEC 61511
・ IEC 61850
・ IEC 61883
・ IEC 61968
・ IEC 61970


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

IEC 61131-3 : ウィキペディア英語版
IEC 61131-3
IEC 61131-3 is the third part (of 8) of the open international standard IEC 61131 for programmable logic controllers, and was first published in December 1993 by the IEC. The current (third) edition was published in February 2013.
Part 3 of ''IEC 61131'' deals with programming languages and defines two graphical and two textual PLC programming language standards:
* Ladder diagram (LD), graphical
* Function block diagram (FBD), graphical
* Structured text (ST), textual
* Instruction list (IL), textual (deprecated in 3rd edition of the standard 〔(PLCopen: The third edition of IEC 61131-3 )〕)
* Sequential function chart (SFC), has elements to organize programs for sequential and parallel control processing.
* Continuous Function Chart (CFC). This language is an extension to the IEC 61131-3 standard, which gives free positioning of graphic elements.
==Data types==

* Bit Strings - groups of on/off values
*
* BIT - 1 bit
*
* BYTE - 8 bit (1 byte)
*
* WORD - 16 bit (2 byte)
*
* DWORD - 32 bit (4 byte)
*
* LWORD - 64 bit (8 byte)
* INTEGER - whole numbers (Considering byte size 8 bits)
*
* SINT - signed short (1 byte)
*
* INT - signed integer (2 byte)
*
* DINT - double integer (4 byte)
*
* LINT - long integer (8 byte)
*
* U - Unsigned - prefix a U to the type to make it an unsigned integer.
* REAL - floating point IEC 60559 (same as IEEE 754-2008)
*
* REAL - (4 byte)
*
* LREAL - (8 byte)
*TIME - duration for timers, processes.
* Date and Time of day:
*
* DATE - calendar date
*
* TIME_OF_DAY - clock time
*
* DATE_AND_TIME: time and date
* STRING - character strings surrounded by single quotes. Escaped characters are preceded by a dollar sign.
*
* WSTRING - holds multi-byte strings.
* Arrays - multiple values stored in the same variable.
* Sub Ranges - puts limits on value i.e., (4-20) for current
* Derived - type derived from one of the above types.
*
* TYPE - single type
*
* STRUCT - composite of several variables and types.
* Generic - groups of the above types:
*
* ANY
*
*
* ANY_DERIVED
*
*
* ANY_ELEMENTARY
*
*
* ANY_MAGNITUDE
*
*
*
* ANY_NUM - LREAL, REAL
*
*
*
* ANY_INT - LINT, DINT, INT, SINT, ULINT, UDINT, UINT, USINT
*
*
* ANY_BIT - LWORD, DWORD, WORD, BYTE, BOOL
*
*
* ANY_STRING - STRING, WSTRING
*
*
* ANY_DATE - DATE, TOD, DT

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「IEC 61131-3」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.